Skip to content

docs: add compiler-smoke-e2e to architecture tree and ado-script reference#1651

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/add-compiler-smoke-e2e-to-arch-tree-3f56b7370c3a3a99
Draft

docs: add compiler-smoke-e2e to architecture tree and ado-script reference#1651
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/add-compiler-smoke-e2e-to-arch-tree-3f56b7370c3a3a99

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
Architecture tree accuracy scripts/ado-script/src/compiler-smoke-e2e/ exists as a real source directory but was absent from the architecture tree, while the two other non-bundle test harnesses (executor-e2e, trigger-e2e) were both listed AGENTS.md, docs/ado-script.md

How found: Cross-checked every directory under scripts/ado-script/src/ against the architecture tree in AGENTS.md and the directory listing in docs/ado-script.md. The executor-e2e and trigger-e2e harnesses were documented (both as tree entries and as "Test-only, not shipped" callouts), but compiler-smoke-e2e — the third non-bundle harness — was missing from both.

The testing section of AGENTS.md already mentioned tests/compiler-smoke-e2e/ (the fixture files), confirming the feature is known, but the TypeScript orchestrator in scripts/ado-script/src/compiler-smoke-e2e/ was not in the source tree listing.

Applied Fixes

  • Added compiler-smoke-e2e/ entry to the scripts/ado-script/src/ tree in AGENTS.md, positioned between executor-e2e and prepare-pr-base (consistent with the actual directory order)
  • Added compiler-smoke-e2e/ entry to the directory listing in docs/ado-script.md
  • Added a "Test-only, not shipped: compiler-smoke-e2e" callout in docs/ado-script.md adjacent to the existing executor-e2e and trigger-e2e callouts, describing what it does and confirming it is not part of the runtime bundle

Notes

All other audited areas were accurate:

  • All docs/*.md pages are reachable from the AGENTS.md index; all index links resolve
  • docs/engines.md exists as a redirect page (not needing an index entry)
  • Default model (claude-opus-4.7) matches DEFAULT_COPILOT_MODEL in src/engine.rs and is consistent across docs/engine.md, prompts/, and the tests
  • All safe-output tools in src/safe_outputs/ are documented in docs/safe-outputs.md
  • All codemods in src/compile/codemods/ are documented in docs/codemods.md
  • Front-matter fields match the FrontMatter struct in src/compile/types.rs
  • variable-groups: limitation (not valid for job/stage targets) is correctly documented

Created by the agent-documentation maintainer workflow.

Generated by Agent Documentation Maintainer · 221.5 AIC · ⌖ 12.4 AIC · ⊞ 8.7K ·

…rence

The scripts/ado-script/src/compiler-smoke-e2e/ directory was not listed in
the AGENTS.md architecture tree or the docs/ado-script.md directory listing,
even though executor-e2e and trigger-e2e (the other non-bundle test harnesses)
were both documented.

- Add compiler-smoke-e2e to the scripts/ado-script/src/ tree in AGENTS.md
- Add compiler-smoke-e2e entry to the directory listing in docs/ado-script.md
- Add a 'Test-only, not shipped' callout in docs/ado-script.md matching the
  existing callouts for executor-e2e and trigger-e2e

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants